home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / Pages / Pages.app / English.lproj / TabInspector.nib / data.classes < prev    next >
Text File  |  1994-12-14  |  601b  |  41 lines

  1. TabInspector = {
  2.     ACTIONS = {
  3.     cloneBodyText:;
  4.     cloneStyle:;
  5.     deleteStyle:;
  6.     removeStyling:;
  7.     toggleRuler:;
  8.     };
  9.     OUTLETS = {
  10.     createTextMatrix;
  11.     createMatrix;
  12.     showRulerSwitch;
  13.     };
  14.     SUPERCLASS = PGInspector;
  15. };
  16. FirstResponder = {
  17.     ACTIONS = {
  18.     };
  19.     SUPERCLASS = Object;
  20. };
  21. PGInspector = {
  22.     ACTIONS = {
  23.     default:;
  24.     setMicroInspector:;
  25.     set:;
  26.     revert:;
  27.     };
  28.     OUTLETS = {
  29.     currentStyleButton;
  30.     microInspectorMtx;
  31.     microInspectorSlot;
  32.     window;
  33.     blankMicroPanel;
  34.     tailoredItems;
  35.     currentStyleTextField;
  36.     styleIconMatrix;
  37.     styleTitleMatrix;
  38.     };
  39.     SUPERCLASS = Object;
  40. };
  41.